subtracting Seconds
fun <Unit : SecondOrSmaller, TimeUnit> TimePeriod<Unit>.subtractingSeconds(count: Int): TimePeriod<Unit>
Content copied to clipboard
Create a new TimePeriod by moving backward some number of seconds.
Parameters
count
The number of seconds by which to move backward.